2007-06-25 Matthias Clasen <mclasen@redhat.com>
+ * gtk/tmpl/gtkrange.sgml:
* gtk/tmpl/gtkrecentaction.sgml:
* gtk/tmpl/gtktooltip.sgml:
* gtk/tmpl/gtkvscrollbar.sgml: Additions
<!-- ##### SECTION Long_Description ##### -->
<para>
-
+#GtkRange is the common base class for widgets which visualize an
+adjustment, e.g scales or scrollbars.
+</para>
+<para>
+Apart from signals for monitoring the parameters of the adjustment,
+GtkRange provides properties and methods for influencing the sensitivity
+of the "steppers". It also provides properties and methods for setting a
+"fill level" on range widgets. See gtk_range_set_fill_level().
</para>
<!-- ##### SECTION See_Also ##### -->
<!-- ##### SECTION Long_Description ##### -->
<para>
-
+A GtkRecentAction represents a list of recently used files, which
+can be shown by widgets such as #GtkRecentChooserDialog or
+#GtkRecentChooserMenu.
+</para>
+<para>
+To construct a submenu showing recently used files, use a GtkRecentAction
+as the action for a <menuitem>. To construct a menu toolbutton showing
+the recently used files in the popup menu, use a GtkRecentAction as the
+action for a <toolitem> element.
</para>
<!-- ##### SECTION See_Also ##### -->